func runtime.pageIndexOf
6 uses
runtime (current package)
mgcmark.go#L1486: arena, pageIdx, pageMask := pageIndexOf(span.base())
mgcmark.go#L1574: arena, pageIdx, pageMask := pageIndexOf(span.base())
mheap.go#L743: func pageIndexOf(p uintptr) (arena *heapArena, pageIdx uintptr, pageMask uint8) {
mheap.go#L1448: arena, pageIdx, pageMask := pageIndexOf(s.base())
mheap.go#L1610: arena, pageIdx, pageMask := pageIndexOf(s.base())
mwbbuf.go#L253: arena, pageIdx, pageMask := pageIndexOf(span.base())
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |